home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- NodeGUI.c
- */
-
- void RendWindowNodeWnd(struct Window * , void * );
-
- int OpenNodeWndWindow(struct Screen * );
-
- void CloseNodeWndWindow(void);
-
- void RendWindowInfoWin(struct Window * , void * );
-
- int OpenInfoWinWindow(struct Screen * );
-
- void CloseInfoWinWindow(void);
-
- void RendWindowSettingsWin(struct Window * , void * );
-
- int OpenSettingsWinWindow(struct Screen * );
-
- void CloseSettingsWinWindow(void);
-
- int OpenLibs(void);
-
- void CloseLibs(void);
-
- int OpenDiskFonts(void);
-
- int MakeImages(void);
-
- void FreeImages(void);
-
-